From 02d952ca6d19d8714d50ed209347210fe515a4d7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Jan 2011 22:52:02 -0500 Subject: [PATCH] More documentation tweaks --- docs/reference/gtk/migrating-2to3.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index c60470af7e..622d61b5e9 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -950,7 +950,7 @@ gtk_arrow_draw (GtkWidget *widget,
- Check your expand flags + Check your expand and fill flags The behaviour of expanding widgets has changed slightly in GTK+ 3, @@ -961,6 +961,11 @@ gtk_arrow_draw (GtkWidget *widget, expand flag of the child from being inherited. See gtk_widget_set_hexpand() and gtk_widget_set_vexpand(). + + If you experience sizing problems with widgets in ported code, + carefully check the #GtkBox::expand and #GtkBox::fill flags of your + boxes. +
-- 2.30.2